TouchEvent

interface TouchEvent

A common interface that all touch events must extend.

Since

8.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun changedTouches(): List<TouchPoint>
The touch points that contributed to the event.
Link copied to clipboard
abstract fun targetTouches(): List<TouchPoint>
The touch points that have started on the target element of this event.
Link copied to clipboard
abstract fun touches(): List<TouchPoint>
All touch points that are currently present on the screen.